﻿2026-06-15T08:26:14.0623378Z ##[group]Run actions/checkout@v5
2026-06-15T08:26:14.0623595Z with:
2026-06-15T08:26:14.0623737Z   repository: SaberMage/spt-shell-notify
2026-06-15T08:26:14.0623915Z   path: .adapter-notify
2026-06-15T08:26:14.0625870Z   token: ***
2026-06-15T08:26:14.0625992Z   ssh-strict: true
2026-06-15T08:26:14.0626115Z   ssh-user: git
2026-06-15T08:26:14.0626239Z   persist-credentials: true
2026-06-15T08:26:14.0626381Z   clean: true
2026-06-15T08:26:14.0626507Z   sparse-checkout-cone-mode: true
2026-06-15T08:26:14.0626660Z   fetch-depth: 1
2026-06-15T08:26:14.0626778Z   fetch-tags: false
2026-06-15T08:26:14.0626902Z   show-progress: true
2026-06-15T08:26:14.0627037Z   lfs: false
2026-06-15T08:26:14.0627151Z   submodules: false
2026-06-15T08:26:14.0627278Z   set-safe-directory: true
2026-06-15T08:26:14.0627414Z ##[endgroup]
2026-06-15T08:26:14.1324298Z Syncing repository: SaberMage/spt-shell-notify
2026-06-15T08:26:14.1327662Z ##[group]Getting Git version info
2026-06-15T08:26:14.1327960Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-15T08:26:14.1713331Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T08:26:14.1921853Z git version 2.43.0.windows.1
2026-06-15T08:26:14.1948559Z ##[endgroup]
2026-06-15T08:26:14.1956842Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\90bf54c0-1dc8-46a1-93d4-e45eca219ead\.gitconfig'
2026-06-15T08:26:14.1970319Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\90bf54c0-1dc8-46a1-93d4-e45eca219ead' before making global git config changes
2026-06-15T08:26:14.1970797Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T08:26:14.1976673Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-15T08:26:14.2212249Z ##[group]Initializing the repository
2026-06-15T08:26:14.2217181Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-15T08:26:14.2523235Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-15T08:26:14.2553927Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-15T08:26:14.2796684Z ##[endgroup]
2026-06-15T08:26:14.2796931Z ##[group]Disabling automatic garbage collection
2026-06-15T08:26:14.2801289Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T08:26:14.3010737Z ##[endgroup]
2026-06-15T08:26:14.3010969Z ##[group]Setting up auth
2026-06-15T08:26:14.3017251Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T08:26:14.3240251Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T08:26:14.6824951Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T08:26:14.7064459Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T08:26:15.0659335Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T08:26:15.0874205Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T08:26:15.4412172Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T08:26:15.4713336Z ##[endgroup]
2026-06-15T08:26:15.4713589Z ##[group]Determining the default branch
2026-06-15T08:26:15.4715505Z Retrieving the default branch name
2026-06-15T08:26:15.8428334Z Default branch 'main'
2026-06-15T08:26:15.8428728Z ##[endgroup]
2026-06-15T08:26:15.8429015Z ##[group]Fetching the repository
2026-06-15T08:26:15.8434625Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-15T08:26:16.6630017Z From https://github.com/SaberMage/spt-shell-notify
2026-06-15T08:26:16.6630307Z  * [new branch]      main       -> origin/main
2026-06-15T08:26:16.6750687Z ##[endgroup]
2026-06-15T08:26:16.6750937Z ##[group]Determining the checkout info
2026-06-15T08:26:16.6752152Z ##[endgroup]
2026-06-15T08:26:16.6757482Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T08:26:16.7001622Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T08:26:16.7216745Z ##[group]Checking out the ref
2026-06-15T08:26:16.7221103Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T08:26:16.7525371Z branch 'main' set up to track 'origin/main'.
2026-06-15T08:26:16.7525589Z Reset branch 'main'
2026-06-15T08:26:16.7547662Z ##[endgroup]
2026-06-15T08:26:16.7773107Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T08:26:16.7976950Z ee2d37eadc730c0019e0af82d683074c509634a2
